home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / advgrab.dir / 00080_Script_80 < prev    next >
Text File  |  1994-11-28  |  830b  |  21 lines

  1. on enterFrame
  2.   
  3.   set the text of field "passwordbox1" to "..."
  4.   set the textfont of field "passwordbox1" to "helvetica"
  5.   set the textsize of field "passwordbox1" to 24
  6.   set the textstyle of field "passwordbox1" to "bold"
  7.   set the text of field "passwordbox1" to EMPTY
  8.   
  9.   set the text of field "passwordbox2" to "..."
  10.   set the textfont of field "passwordbox2" to "helvetica"
  11.   set the textsize of field "passwordbox2" to 24
  12.   set the textstyle of field "passwordbox2" to "bold"
  13.   set the text of field "passwordbox2" to EMPTY
  14.   
  15.   set the text of field "passwordbox3" to "..."
  16.   set the textfont of field "passwordbox3" to "helvetica"
  17.   set the textsize of field "passwordbox3" to 24
  18.   set the textstyle of field "passwordbox3" to "bold"
  19.  set the text of field "passwordbox3" to EMPTY
  20.   
  21. end enterFrame